Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/164 - Bomb Throw Game/

index.html /cody/swapnilsparsh/30DaysOfJavaScript/164 - Bomb Throw Game/index.html
406 Views
0 Comments
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Bomb Throw</title>
<link rel="stylesheet" href="htt
preview.mp4 /cody/swapnilsparsh/30DaysOfJavaScript/164 - Bomb Throw Game/preview.mp4
152 Views
0 Comments
Media file
readme.md /cody/swapnilsparsh/30DaysOfJavaScript/164 - Bomb Throw Game/readme.md
280 Views
0 Comments
# Bomb Throw Game

You have 10 Second to Align the distance and the angle and it will automatically throw the bomb

https://user
script.js /cody/swapnilsparsh/30DaysOfJavaScript/164 - Bomb Throw Game/script.js
246 Views
0 Comments
/*
@ cm = computer player
@ us = User Player
@ Cannon = can
*/
let userCanX = 185;
let userCanY = 0;
let fireTime
style.css /cody/swapnilsparsh/30DaysOfJavaScript/164 - Bomb Throw Game/style.css
183 Views
0 Comments
*, *:after, *:before {
box-sizing: border-box;
}

body {
margin: 0;
}